Try to fix building with gcc >= 4.6 on Darwin.
authorGlenn Morris <rgm@gnu.org>
Wed, 16 May 2012 06:15:52 +0000 (23:15 -0700)
committerGlenn Morris <rgm@gnu.org>
Wed, 16 May 2012 06:15:52 +0000 (23:15 -0700)
commit9c295d2b028943f8e3779c6e21acf98f9c005c58
tree4efc976776822fa97699a7c1df9e65ebea2f0bc1
parentc0fc3bb00c019fc64f7e2d74e958e617f8806f57
Try to fix building with gcc >= 4.6 on Darwin.
Eg, hydra builds have been failing for some time because (?) of this.
In gcc < 4.6, unrecognized -no-fo options just cause a warning.
In 4.6 and later, they cause an error.

* configure.in: (CPP): Do not unconditionally set it on Darwin.
Instead, try to test if -no-cpp-precomp is accepted.
(CPP_TEST_OPTIONS, SPECIFIED_CPP): New.
ChangeLog
configure.in